home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_436 / frame_1 / PlaceObject2_434_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2005-08-12  |  264b  |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(mon == 1)
  3.    {
  4.       if(x + 30 < _xmouse || y + 30 < _ymouse || _ymouse < y - 30)
  5.       {
  6.          _root.fukusOff.lgLoff.gotoAndPlay(2);
  7.          _root.guide.guideGo(1);
  8.          _parent.gotoAndStop("off");
  9.       }
  10.    }
  11. }
  12.